google.golang.org/protobuf/internal/impl.valueCoderFuncs.unmarshal (field)

58 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_extension.go#L152: 			val, out, err = f.lazy.xi.funcs.unmarshal(b, val, num, wtyp, lazyUnmarshalOptions)
		codec_field.go#L260: 	unmarshal: consumeMessageValue,
		codec_field.go#L284: 	unmarshal: consumeGroupValue,
		codec_field.go#L604: 	unmarshal: consumeMessageSliceValue,
		codec_field.go#L662: 	unmarshal: consumeGroupSliceValue,
		codec_gen.go#L306: 	unmarshal: consumeBoolValue,
		codec_gen.go#L385: 	unmarshal: consumeBoolSliceValue,
		codec_gen.go#L428: 	unmarshal: consumeBoolSliceValue,
		codec_gen.go#L470: 	unmarshal: consumeEnumValue,
		codec_gen.go#L549: 	unmarshal: consumeEnumSliceValue,
		codec_gen.go#L592: 	unmarshal: consumeEnumSliceValue,
		codec_gen.go#L885: 	unmarshal: consumeInt32Value,
		codec_gen.go#L964: 	unmarshal: consumeInt32SliceValue,
		codec_gen.go#L1007: 	unmarshal: consumeInt32SliceValue,
		codec_gen.go#L1300: 	unmarshal: consumeSint32Value,
		codec_gen.go#L1379: 	unmarshal: consumeSint32SliceValue,
		codec_gen.go#L1422: 	unmarshal: consumeSint32SliceValue,
		codec_gen.go#L1715: 	unmarshal: consumeUint32Value,
		codec_gen.go#L1794: 	unmarshal: consumeUint32SliceValue,
		codec_gen.go#L1837: 	unmarshal: consumeUint32SliceValue,
		codec_gen.go#L2130: 	unmarshal: consumeInt64Value,
		codec_gen.go#L2209: 	unmarshal: consumeInt64SliceValue,
		codec_gen.go#L2252: 	unmarshal: consumeInt64SliceValue,
		codec_gen.go#L2545: 	unmarshal: consumeSint64Value,
		codec_gen.go#L2624: 	unmarshal: consumeSint64SliceValue,
		codec_gen.go#L2667: 	unmarshal: consumeSint64SliceValue,
		codec_gen.go#L2960: 	unmarshal: consumeUint64Value,
		codec_gen.go#L3039: 	unmarshal: consumeUint64SliceValue,
		codec_gen.go#L3082: 	unmarshal: consumeUint64SliceValue,
		codec_gen.go#L3311: 	unmarshal: consumeSfixed32Value,
		codec_gen.go#L3367: 	unmarshal: consumeSfixed32SliceValue,
		codec_gen.go#L3402: 	unmarshal: consumeSfixed32SliceValue,
		codec_gen.go#L3631: 	unmarshal: consumeFixed32Value,
		codec_gen.go#L3687: 	unmarshal: consumeFixed32SliceValue,
		codec_gen.go#L3722: 	unmarshal: consumeFixed32SliceValue,
		codec_gen.go#L3951: 	unmarshal: consumeFloatValue,
		codec_gen.go#L4007: 	unmarshal: consumeFloatSliceValue,
		codec_gen.go#L4042: 	unmarshal: consumeFloatSliceValue,
		codec_gen.go#L4271: 	unmarshal: consumeSfixed64Value,
		codec_gen.go#L4327: 	unmarshal: consumeSfixed64SliceValue,
		codec_gen.go#L4362: 	unmarshal: consumeSfixed64SliceValue,
		codec_gen.go#L4591: 	unmarshal: consumeFixed64Value,
		codec_gen.go#L4647: 	unmarshal: consumeFixed64SliceValue,
		codec_gen.go#L4682: 	unmarshal: consumeFixed64SliceValue,
		codec_gen.go#L4911: 	unmarshal: consumeDoubleValue,
		codec_gen.go#L4967: 	unmarshal: consumeDoubleSliceValue,
		codec_gen.go#L5002: 	unmarshal: consumeDoubleSliceValue,
		codec_gen.go#L5315: 	unmarshal: consumeStringValue,
		codec_gen.go#L5348: 	unmarshal: consumeStringValueValidateUTF8,
		codec_gen.go#L5391: 	unmarshal: consumeStringSliceValue,
		codec_gen.go#L5655: 	unmarshal: consumeBytesValue,
		codec_gen.go#L5698: 	unmarshal: consumeBytesSliceValue,
		codec_map.go#L141: 			v, o, err = mapi.keyFuncs.unmarshal(b, key, num, wtyp, opts)
		codec_map.go#L150: 			v, o, err = mapi.valFuncs.unmarshal(b, val, num, wtyp, opts)
		codec_map.go#L198: 			v, o, err = mapi.keyFuncs.unmarshal(b, key, num, wtyp, opts)
		codec_tables.go#L30: 	unmarshal func(b []byte, v protoreflect.Value, num protowire.Number, wtyp protowire.Type, opts unmarshalOptions) (protoreflect.Value, unmarshalOutput, error)
		decode.go#L262: 	if xi.funcs.unmarshal == nil {
		decode.go#L288: 	v, out, err := xi.funcs.unmarshal(b, ival, num, wtyp, opts)